extendible$26891$ - definição. O que é extendible$26891$. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é extendible$26891$ - definição

DEGREE OF DIFFICULTY OF IMPLEMENTING NEW FUNCTIONALITIES INTO A SYSTEM
Extensible; Extendability; Extendable; Extendible; Extensibility pattern

extendable         
Something that is extendable can be made longer.
These were hung in place with extendable rods.
ADJ: usu ADJ n
extendible         
a.
Extensible, extensile.
Extensibility         
·noun The quality of being extensible; the capacity of being extended; as, the extensibility of a fiber, or of a plate of metal.

Wikipédia

Extensibility

Extensibility is a software engineering and systems design principle that provides for future growth. Extensibility is a measure of the ability to extend a system and the level of effort required to implement the extension. Extensions can be through the addition of new functionality or through modification of existing functionality. The principle provides for enhancements without impairing existing system functions.

An extensible system is one whose internal structure and dataflow are minimally or not affected by new or modified functionality, for example recompiling or changing the original source code might be unnecessary when changing a system’s behavior, either by the creator or other programmers. Because software systems are long lived and will be modified for new features and added functionalities demanded by users, extensibility enables developers to expand or add to the software’s capabilities and facilitates systematic reuse. Some of its approaches include facilities for allowing users’ own program routines to be inserted and the abilities to define new data types as well as to define new formatting markup tags.